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, wrapArray
public ERsaPuK(byte[] aEncodedRsaPuk) throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
tr.gov.tubitak.uekae.esya.api.common.ESYAException
public 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.ESYAException
public ERsaPuK(java.security.interfaces.RSAPublicKey aRsaPublicKey) throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
tr.gov.tubitak.uekae.esya.api.common.ESYAException
public void setModulus(byte[] aModulus) throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
tr.gov.tubitak.uekae.esya.api.common.ESYAException
public void setExponent(byte[] aExponent) throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
tr.gov.tubitak.uekae.esya.api.common.ESYAException
public byte[] getModulus()
public java.security.interfaces.RSAPublicKey getAsPublicKey() throws java.security.InvalidKeyException
java.security.InvalidKeyException
public byte[] getExponent()
public byte[] getTagLen()
Copyright © 2025. All rights reserved.