Example usage for Java java.security.spec PKCS8EncodedKeySpec fields, constructors, methods, implement or subclass
The text is from its open source code.
PKCS8EncodedKeySpec(byte[] encodedKey) Creates a new PKCS8EncodedKeySpec with the given encoded key. |
byte[] | getEncoded() Returns the key bytes, encoded according to the PKCS #8 standard. |