public class ERSAPrivateKey extends BaseASNWrapper<RSAPrivateKey>
logger, mObject
Constructor and Description |
---|
ERSAPrivateKey(byte[] aBytes) |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getCrtCoefficient() |
java.math.BigInteger |
getModulus() |
java.math.BigInteger |
getPrimeExponentP() |
java.math.BigInteger |
getPrimeExponentQ() |
java.math.BigInteger |
getPrimeP() |
java.math.BigInteger |
getPrimeQ() |
java.math.BigInteger |
getPrivateExponent() |
java.math.BigInteger |
getPublicExponent() |
clone, equals, extendArray, extendArray, getEncoded, getObject, hashCode, removeFromArray, unwrapArray, wrapArray
public ERSAPrivateKey(byte[] aBytes) throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
tr.gov.tubitak.uekae.esya.api.common.ESYAException
public java.math.BigInteger getPrivateExponent()
public java.math.BigInteger getModulus()
public java.math.BigInteger getPublicExponent()
public java.math.BigInteger getPrimeP()
public java.math.BigInteger getPrimeQ()
public java.math.BigInteger getPrimeExponentP()
public java.math.BigInteger getPrimeExponentQ()
public java.math.BigInteger getCrtCoefficient()
Copyright © 2025. All rights reserved.