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