public class AltSignatureValue extends ASN1Object
altSignatureValue EXTENSION ::= { SYNTAX AltSignatureValue IDENTIFIED BY id-ce-altSignatureValue } AltSignatureValue ::= BIT STRINGThis extension can only be created by a signer holding a multiple cryptographic algorithms public-key certificate. When creating the alternative digital signature on an issued public-key certificate or CRL, the signer shall use its alternative private key.
Constructor and Description |
---|
AltSignatureValue(byte[] signature)
Base constructor.
|
Modifier and Type | Method and Description |
---|---|
static AltSignatureValue |
fromExtensions(Extensions extensions) |
static AltSignatureValue |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static AltSignatureValue |
getInstance(java.lang.Object obj) |
ASN1BitString |
getSignature()
Return the alternate signature to verify the certificate.
|
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
public AltSignatureValue(byte[] signature)
signature
- a signature value, based on the enclosing certificate.public static AltSignatureValue getInstance(ASN1TaggedObject obj, boolean explicit)
public static AltSignatureValue getInstance(java.lang.Object obj)
public static AltSignatureValue fromExtensions(Extensions extensions)
public ASN1BitString getSignature()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object