Creates a new {@code PKCS8EncodedKeySpec} 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 a copy of the encoded key bytes.returna copy of the 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 "PKCS#8".sinceAndroid 1.0 return "PKCS#8"; //$NON-NLS-1$
return "PKCS#8"; //$NON-NLS-1$