|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
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.RawEncodedKeySpec
An encoded key spec that just wraps the minimal data for a public/private key representation.
Constructor Summary | |
RawEncodedKeySpec(byte[] bytes)
Base constructor - just the minimal data. |
Method Summary | |
java.lang.String |
getFormat()
|
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 RawEncodedKeySpec(byte[] bytes)
bytes
- the public/private key data.Method Detail |
public java.lang.String getFormat()
getFormat
in class java.security.spec.EncodedKeySpec
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |