Package org.xipki.qa.ca
Class CaEnrollBenchKeyEntry
- java.lang.Object
-
- org.xipki.qa.ca.CaEnrollBenchKeyEntry
-
- Direct Known Subclasses:
CaEnrollBenchKeyEntry.DSAKeyEntry,CaEnrollBenchKeyEntry.ECKeyEntry,CaEnrollBenchKeyEntry.RSAKeyEntry
public abstract class CaEnrollBenchKeyEntry extends Object
SubjectPublicKeyInfo entry for benchmark enrollment test.- Since:
- 2.0.0
- Author:
- Lijun Liao (xipki)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCaEnrollBenchKeyEntry.DSAKeyEntrystatic classCaEnrollBenchKeyEntry.ECKeyEntrystatic classCaEnrollBenchKeyEntry.RSAKeyEntry
-
Constructor Summary
Constructors Constructor Description CaEnrollBenchKeyEntry()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract org.bouncycastle.asn1.x509.SubjectPublicKeyInfogetSubjectPublicKeyInfo()
-
-
-
Method Detail
-
getSubjectPublicKeyInfo
public abstract org.bouncycastle.asn1.x509.SubjectPublicKeyInfo getSubjectPublicKeyInfo() throws IOException, Exception- Throws:
IOExceptionException
-
-