Creates a new {@code X509EncodedKeySpec} with the specified encoded key bytes.paramencodedKey the encoded key bytes.sinceAndroid 1.0 // Super class' ctor makes defensive parameter copy super(encodedKey);
// Super class' ctor makes defensive parameter copy super(encodedKey);
Returns the encoded key bytes.returnthe encoded key bytes.sinceAndroid 1.0 // Super class' getEncoded() always returns a new array return super.getEncoded();
// Super class' getEncoded() always returns a new array return super.getEncoded();
Returns the name of the encoding format of this encoded key specification.returnthe string "X.509".sinceAndroid 1.0 return "X.509"; //$NON-NLS-1$
return "X.509"; //$NON-NLS-1$