|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--COM.claymoresystems.cert.X509SubjectPublicKeyInfo
| Constructor Summary | |
|---|---|
X509SubjectPublicKeyInfo()
|
|
| Method Summary | |
|---|---|
static java.security.PublicKey |
createPublicKey(byte[] spkiDER)
Construct a public key based on this SubjectPublicKeyInfo |
static byte[] |
encodePublicKey(byte[] OID,
byte[] params,
byte[] key)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public X509SubjectPublicKeyInfo()
| Method Detail |
public static java.security.PublicKey createPublicKey(byte[] spkiDER)
throws java.io.IOException
spkiDER - the encoded public key
java.io.IOException - in case of a parse error
public static byte[] encodePublicKey(byte[] OID,
byte[] params,
byte[] key)
throws java.io.IOException
java.io.IOException
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||