public class ERsaPuK extends BaseASNWrapper<RsaPuK>
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger |
mObject| Constructor and Description |
|---|
ERsaPuK() |
ERsaPuK(java.math.BigInteger aModulus,
java.math.BigInteger aExponent) |
ERsaPuK(byte[] aEncodedRsaPuk) |
ERsaPuK(java.security.interfaces.RSAPublicKey aRsaPublicKey) |
| Modifier and Type | Method and Description |
|---|---|
java.security.interfaces.RSAPublicKey |
getAsPublicKey() |
byte[] |
getExponent() |
byte[] |
getModulus() |
byte[] |
getTagLen() |
void |
setExponent(byte[] aExponent) |
void |
setModulus(byte[] aModulus) |
clone, equals, extendArray, extendArray, getEncoded, getObject, hashCode, removeFromArray, unwrapArray, wrapArraypublic ERsaPuK(byte[] aEncodedRsaPuk)
throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
tr.gov.tubitak.uekae.esya.api.common.ESYAExceptionpublic ERsaPuK()
public ERsaPuK(java.math.BigInteger aModulus,
java.math.BigInteger aExponent)
throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
tr.gov.tubitak.uekae.esya.api.common.ESYAExceptionpublic ERsaPuK(java.security.interfaces.RSAPublicKey aRsaPublicKey)
throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
tr.gov.tubitak.uekae.esya.api.common.ESYAExceptionpublic void setModulus(byte[] aModulus)
throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
tr.gov.tubitak.uekae.esya.api.common.ESYAExceptionpublic void setExponent(byte[] aExponent)
throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
tr.gov.tubitak.uekae.esya.api.common.ESYAExceptionpublic byte[] getModulus()
public java.security.interfaces.RSAPublicKey getAsPublicKey()
throws java.security.InvalidKeyException
java.security.InvalidKeyExceptionpublic byte[] getExponent()
public byte[] getTagLen()
Copyright © 2025. All rights reserved.