Package org.xipki.security.pkcs12
Class P12KeyGenerator.KeyPairWithSubjectPublicKeyInfo
- java.lang.Object
-
- org.xipki.security.pkcs12.P12KeyGenerator.KeyPairWithSubjectPublicKeyInfo
-
- Enclosing class:
- P12KeyGenerator
public static class P12KeyGenerator.KeyPairWithSubjectPublicKeyInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description KeyPairWithSubjectPublicKeyInfo(KeyPair keypair, org.bouncycastle.asn1.x509.SubjectPublicKeyInfo subjectPublicKeyInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyPairgetKeypair()org.bouncycastle.asn1.x509.SubjectPublicKeyInfogetSubjectPublicKeyInfo()
-
-
-
Constructor Detail
-
KeyPairWithSubjectPublicKeyInfo
public KeyPairWithSubjectPublicKeyInfo(KeyPair keypair, org.bouncycastle.asn1.x509.SubjectPublicKeyInfo subjectPublicKeyInfo) throws InvalidKeySpecException
- Throws:
InvalidKeySpecException
-
-
Method Detail
-
getKeypair
public KeyPair getKeypair()
-
getSubjectPublicKeyInfo
public org.bouncycastle.asn1.x509.SubjectPublicKeyInfo getSubjectPublicKeyInfo()
-
-