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.ASN1Object
TlmEntry::= SEQUENCE { selfSignedTLMCertificate EtsiTs103097Certificate, successorTo EtsiTs103097Certificate OPTIONAL, accessPoint Url }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TlmEntry.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.Builder
builder()
Url
getAccessPoint()
static TlmEntry
getInstance(java.lang.Object o)
EtsiTs103097Certificate
getSelfSignedTLMCertificate()
EtsiTs103097Certificate
getSuccessorTo()
org.bouncycastle.asn1.ASN1Primitive
toASN1Primitive()
-
-
-
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:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-
builder
public static TlmEntry.Builder builder()
-
-