Package org.bouncycastle.pkcs
Class DeltaCertificateRequestAttributeValue
java.lang.Object
org.bouncycastle.pkcs.DeltaCertificateRequestAttributeValue
- All Implemented Interfaces:
ASN1Encodable
The delta certificate request attribute defined in: https://datatracker.ietf.org/doc/draft-bonnell-lamps-chameleon-certs/
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn an object, possibly constructed, of ASN.1 primitives
-
Constructor Details
-
DeltaCertificateRequestAttributeValue
-
-
Method Details
-
getInstance
-
getSubject
-
getSubjectPKInfo
-
getExtensions
-
getSignatureAlgorithm
-
toASN1Primitive
Description copied from interface:ASN1EncodableReturn an object, possibly constructed, of ASN.1 primitives- Specified by:
toASN1Primitivein interfaceASN1Encodable- Returns:
- an ASN.1 primitive.
-