Class ToBeSignedLinkCertificate
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.etsi102941.ToBeSignedLinkCertificate
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
- Direct Known Subclasses:
ToBeSignedLinkCertificateRca
,ToBeSignedLinkCertificateTlm
public class ToBeSignedLinkCertificate
extends org.bouncycastle.asn1.ASN1Object
ToBeSignedLinkCertificate ::= SEQUENCE {
expiryTime Time32,
certificateHash HashedData,
...
}
-
Nested Class Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
ToBeSignedLinkCertificate
(org.bouncycastle.asn1.ASN1Sequence seq) ToBeSignedLinkCertificate
(Time32 expiryTime, HashedData certificateHash) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static ToBeSignedLinkCertificate
org.bouncycastle.asn1.ASN1Primitive
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
ToBeSignedLinkCertificate
-
ToBeSignedLinkCertificate
protected ToBeSignedLinkCertificate(org.bouncycastle.asn1.ASN1Sequence seq)
-
-
Method Details
-
getInstance
-
getExpiryTime
-
getCertificateHash
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-
builder
-