Class TlmEntry
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.oer.its.etsi102941.TlmEntry
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable,org.bouncycastle.util.Encodable
public class TlmEntry extends org.bouncycastle.asn1.ASN1ObjectTlmEntry::= SEQUENCE { selfSignedTLMCertificate EtsiTs103097Certificate, successorTo EtsiTs103097Certificate OPTIONAL, accessPoint Url }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTlmEntry.Builder
-
Constructor Summary
Constructors Constructor Description TlmEntry(EtsiTs103097Certificate selfSignedTLMCertificate, EtsiTs103097Certificate successorTo, Url accessPoint)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TlmEntry.Builderbuilder()UrlgetAccessPoint()static TlmEntrygetInstance(java.lang.Object o)EtsiTs103097CertificategetSelfSignedTLMCertificate()EtsiTs103097CertificategetSuccessorTo()org.bouncycastle.asn1.ASN1PrimitivetoASN1Primitive()
-
-
-
Constructor Detail
-
TlmEntry
public TlmEntry(EtsiTs103097Certificate selfSignedTLMCertificate, EtsiTs103097Certificate successorTo, Url accessPoint)
-
-
Method Detail
-
getInstance
public static TlmEntry getInstance(java.lang.Object o)
-
getSelfSignedTLMCertificate
public EtsiTs103097Certificate getSelfSignedTLMCertificate()
-
getSuccessorTo
public EtsiTs103097Certificate getSuccessorTo()
-
getAccessPoint
public Url getAccessPoint()
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
- Specified by:
toASN1Primitivein interfaceorg.bouncycastle.asn1.ASN1Encodable- Specified by:
toASN1Primitivein classorg.bouncycastle.asn1.ASN1Object
-
builder
public static TlmEntry.Builder builder()
-
-