public class XMSSKeyFactorySpi extends java.security.KeyFactorySpi implements AsymmetricKeyInfoConverter
| Constructor and Description |
|---|
XMSSKeyFactorySpi() |
| Modifier and Type | Method and Description |
|---|---|
java.security.PrivateKey |
engineGeneratePrivate(java.security.spec.KeySpec keySpec) |
java.security.PublicKey |
engineGeneratePublic(java.security.spec.KeySpec keySpec) |
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(org.spongycastle.asn1.pkcs.PrivateKeyInfo keyInfo) |
java.security.PublicKey |
generatePublic(org.spongycastle.asn1.x509.SubjectPublicKeyInfo keyInfo) |
public java.security.PrivateKey engineGeneratePrivate(java.security.spec.KeySpec keySpec)
throws java.security.spec.InvalidKeySpecException
engineGeneratePrivate in class java.security.KeyFactorySpijava.security.spec.InvalidKeySpecExceptionpublic java.security.PublicKey engineGeneratePublic(java.security.spec.KeySpec keySpec)
throws java.security.spec.InvalidKeySpecException
engineGeneratePublic in class java.security.KeyFactorySpijava.security.spec.InvalidKeySpecExceptionpublic 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(org.spongycastle.asn1.pkcs.PrivateKeyInfo keyInfo)
throws java.io.IOException
generatePrivate in interface AsymmetricKeyInfoConverterjava.io.IOExceptionpublic java.security.PublicKey generatePublic(org.spongycastle.asn1.x509.SubjectPublicKeyInfo keyInfo)
throws java.io.IOException
generatePublic in interface AsymmetricKeyInfoConverterjava.io.IOException