public class DhSigStatic extends ASN1Object
DhSigStatic ::= SEQUENCE { IssuerAndSerial IssuerAndSerialNumber OPTIONAL, hashValue MessageDigest }
Constructor and Description |
---|
DhSigStatic(byte[] hashValue) |
DhSigStatic(IssuerAndSerialNumber issuerAndSerial,
byte[] hashValue) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getHashValue() |
static DhSigStatic |
getInstance(java.lang.Object o) |
IssuerAndSerialNumber |
getIssuerAndSerial() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public DhSigStatic(byte[] hashValue)
public DhSigStatic(IssuerAndSerialNumber issuerAndSerial, byte[] hashValue)
public static DhSigStatic getInstance(java.lang.Object o)
public IssuerAndSerialNumber getIssuerAndSerial()
public byte[] getHashValue()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object