|
Bouncy Castle Cryptography Library 1.65 | ||||||||
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 | +--org.bouncycastle.jce.spec.OpenSSHPublicKeySpec
Holds an OpenSSH encoded public key.
Constructor Summary | |
OpenSSHPublicKeySpec(byte[] encodedKey)
Deprecated. Construct and instance and determine the OpenSSH public key type. |
Methods inherited from class org.bouncycastle.jcajce.spec.OpenSSHPublicKeySpec |
getFormat, getType |
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
-
|
Bouncy Castle Cryptography Library 1.65 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |