|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.security.spec.EncodedKeySpec | +--org.bouncycastle.jcajce.spec.OpenSSHPublicKeySpec
Holds an OpenSSH encoded public key.
Constructor Summary | |
OpenSSHPublicKeySpec(byte[] encodedKey)
Construct and instance and determine the OpenSSH public key type. |
Method Summary | |
java.lang.String |
getFormat()
|
java.lang.String |
getType()
The type of OpenSSH public key. |
Methods inherited from class java.security.spec.EncodedKeySpec |
getEncoded |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OpenSSHPublicKeySpec(byte[] encodedKey)
It does not validate the key beyond identifying the type.
encodedKey
- Method Detail |
public java.lang.String getFormat()
getFormat
in class java.security.spec.EncodedKeySpec
public java.lang.String getType()
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |