public class UOVKeyFactorySpi extends BaseKeyFactorySpi
| Modifier and Type | Class and Description |
|---|---|
static class |
UOVKeyFactorySpi.Generic |
static class |
UOVKeyFactorySpi.III |
static class |
UOVKeyFactorySpi.IIIPkc |
static class |
UOVKeyFactorySpi.IIIPkcSkc |
static class |
UOVKeyFactorySpi.Ip |
static class |
UOVKeyFactorySpi.IpPkc |
static class |
UOVKeyFactorySpi.IpPkcSkc |
static class |
UOVKeyFactorySpi.Is |
static class |
UOVKeyFactorySpi.IsPkc |
static class |
UOVKeyFactorySpi.IsPkcSkc |
static class |
UOVKeyFactorySpi.V |
static class |
UOVKeyFactorySpi.VPkc |
static class |
UOVKeyFactorySpi.VPkcSkc |
| Constructor and Description |
|---|
UOVKeyFactorySpi() |
UOVKeyFactorySpi(ASN1ObjectIdentifier keyOid) |
| Modifier and Type | Method and Description |
|---|---|
java.security.spec.KeySpec |
engineGetKeySpec(java.security.Key key,
java.lang.Class keySpec) |
java.security.Key |
engineTranslateKey(java.security.Key key) |
java.security.PrivateKey |
generatePrivate(PrivateKeyInfo keyInfo) |
java.security.PublicKey |
generatePublic(SubjectPublicKeyInfo keyInfo) |
engineGeneratePrivate, engineGeneratePublicpublic UOVKeyFactorySpi()
public UOVKeyFactorySpi(ASN1ObjectIdentifier keyOid)
public final java.security.spec.KeySpec engineGetKeySpec(java.security.Key key,
java.lang.Class keySpec)
throws java.security.spec.InvalidKeySpecException
engineGetKeySpec in class java.security.KeyFactorySpijava.security.spec.InvalidKeySpecExceptionpublic final java.security.Key engineTranslateKey(java.security.Key key)
throws java.security.InvalidKeyException
engineTranslateKey in class java.security.KeyFactorySpijava.security.InvalidKeyExceptionpublic java.security.PrivateKey generatePrivate(PrivateKeyInfo keyInfo) throws java.io.IOException
java.io.IOExceptionpublic java.security.PublicKey generatePublic(SubjectPublicKeyInfo keyInfo) throws java.io.IOException
java.io.IOException