Package org.bouncycastle.oer.its
Class Certificate
- java.lang.Object
-
- org.bouncycastle.oer.its.Certificate
-
public class Certificate extends java.lang.Object
Certificate ::= CertificateBase (ImplicitCertificate | ExplicitCertificate)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Certificate.Builder
-
Constructor Summary
Constructors Constructor Description Certificate(CertificateBase certificateBase)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Certificate.Builder
builder()
CertificateBase
getCertificateBase()
static Certificate
getInstance(java.lang.Object value)
-
-
-
Constructor Detail
-
Certificate
public Certificate(CertificateBase certificateBase)
-
-
Method Detail
-
getInstance
public static Certificate getInstance(java.lang.Object value)
-
builder
public static Certificate.Builder builder()
-
getCertificateBase
public CertificateBase getCertificateBase()
-
-