org.bouncycastle.crypto.params
Class ECGOST3410Parameters
java.lang.Object
|
+--org.bouncycastle.crypto.params.ECDomainParameters
|
+--org.bouncycastle.crypto.params.ECNamedDomainParameters
|
+--org.bouncycastle.crypto.params.ECGOST3410Parameters
- All Implemented Interfaces:
- org.bouncycastle.math.ec.ECConstants
- public class ECGOST3410Parameters
- extends ECNamedDomainParameters
Fields inherited from interface org.bouncycastle.math.ec.ECConstants |
EIGHT, FOUR, ONE, THREE, TWO, ZERO |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ECGOST3410Parameters
public ECGOST3410Parameters(ECDomainParameters ecParameters,
ASN1ObjectIdentifier publicKeyParamSet,
ASN1ObjectIdentifier digestParamSet)
ECGOST3410Parameters
public ECGOST3410Parameters(ECDomainParameters ecParameters,
ASN1ObjectIdentifier publicKeyParamSet,
ASN1ObjectIdentifier digestParamSet,
ASN1ObjectIdentifier encryptionParamSet)
getPublicKeyParamSet
public ASN1ObjectIdentifier getPublicKeyParamSet()
getDigestParamSet
public ASN1ObjectIdentifier getDigestParamSet()
getEncryptionParamSet
public ASN1ObjectIdentifier getEncryptionParamSet()