public class GOST3410PublicKeyAlgParameters extends ASN1Encodable
Modifier and Type | Field and Description |
---|---|
private DERObjectIdentifier |
digestParamSet |
private DERObjectIdentifier |
encryptionParamSet |
private DERObjectIdentifier |
publicKeyParamSet |
BER, DER
Constructor and Description |
---|
GOST3410PublicKeyAlgParameters(ASN1Sequence seq) |
GOST3410PublicKeyAlgParameters(DERObjectIdentifier publicKeyParamSet,
DERObjectIdentifier digestParamSet) |
GOST3410PublicKeyAlgParameters(DERObjectIdentifier publicKeyParamSet,
DERObjectIdentifier digestParamSet,
DERObjectIdentifier encryptionParamSet) |
Modifier and Type | Method and Description |
---|---|
DERObjectIdentifier |
getDigestParamSet() |
DERObjectIdentifier |
getEncryptionParamSet() |
static GOST3410PublicKeyAlgParameters |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static GOST3410PublicKeyAlgParameters |
getInstance(java.lang.Object obj) |
DERObjectIdentifier |
getPublicKeyParamSet() |
DERObject |
toASN1Object() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
private DERObjectIdentifier publicKeyParamSet
private DERObjectIdentifier digestParamSet
private DERObjectIdentifier encryptionParamSet
public GOST3410PublicKeyAlgParameters(DERObjectIdentifier publicKeyParamSet, DERObjectIdentifier digestParamSet)
public GOST3410PublicKeyAlgParameters(DERObjectIdentifier publicKeyParamSet, DERObjectIdentifier digestParamSet, DERObjectIdentifier encryptionParamSet)
public GOST3410PublicKeyAlgParameters(ASN1Sequence seq)
public static GOST3410PublicKeyAlgParameters getInstance(ASN1TaggedObject obj, boolean explicit)
public static GOST3410PublicKeyAlgParameters getInstance(java.lang.Object obj)
public DERObjectIdentifier getPublicKeyParamSet()
public DERObjectIdentifier getDigestParamSet()
public DERObjectIdentifier getEncryptionParamSet()
public DERObject toASN1Object()
toASN1Object
in class ASN1Encodable
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.