|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.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()
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |