Package | Description |
---|---|
vendor.org.bouncycastle.asn1.x509 | |
vendor.org.bouncycastle.crypto.util |
Modifier and Type | Method and Description |
---|---|
static SubjectPublicKeyInfo |
SubjectPublicKeyInfo.getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj,
boolean explicit) |
static SubjectPublicKeyInfo |
SubjectPublicKeyInfo.getInstance(java.lang.Object obj) |
Modifier and Type | Method and Description |
---|---|
static org.bouncycastle.crypto.params.AsymmetricKeyParameter |
PublicKeyFactory.createKey(SubjectPublicKeyInfo keyInfo)
Create a public key from the passed in SubjectPublicKeyInfo
|