public class X509SubjectPublicKeyInfo
extends java.lang.Object
| Constructor and Description |
|---|
X509SubjectPublicKeyInfo() |
| Modifier and Type | Method and Description |
|---|---|
static java.security.PublicKey |
createPublicKey(byte[] spkiDER)
Construct a public key based on this SubjectPublicKeyInfo
|
static byte[] |
encodePublicKey(byte[] OID,
byte[] params,
byte[] key) |
public static java.security.PublicKey createPublicKey(byte[] spkiDER)
throws java.io.IOException
spkiDER - the encoded public keyjava.io.IOException - in case of a parse errorpublic static byte[] encodePublicKey(byte[] OID,
byte[] params,
byte[] key)
throws java.io.IOException
java.io.IOExceptionCopyright (c) 1999-2001 Claymore Systems, Inc., All Rights Reserved.