public class DhSigStatic
extends org.bouncycastle.asn1.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() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
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 org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Object