public class GOST3410PublicKeyAlgParameters extends ASN1Encodable
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(Object obj) |
DERObjectIdentifier |
getPublicKeyParamSet() |
DERObject |
toASN1Object() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
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(Object obj)
public DERObjectIdentifier getPublicKeyParamSet()
public DERObjectIdentifier getDigestParamSet()
public DERObjectIdentifier getEncryptionParamSet()
public DERObject toASN1Object()
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.