public class EElcPuK extends BaseASNWrapper<ElcPuK>
Modifier and Type | Field and Description |
---|---|
static byte |
UNCOMPRESSED_POINT_TAG |
logger, mObject
Constructor and Description |
---|
EElcPuK() |
EElcPuK(byte[] encodedElcPuk) |
EElcPuK(ElcPuK aElcPuk) |
EElcPuK(int[] aOid,
java.security.interfaces.ECPublicKey ecPublicKey,
boolean addAllParam) |
Modifier and Type | Method and Description |
---|---|
byte[] |
encodePoint(java.security.spec.ECPoint ecPoint,
java.security.spec.EllipticCurve curve) |
void |
setAlgId(int[] algId) |
void |
setBaseOrderPoint(byte[] aBaseOrderPoint) |
void |
setBasePoint(byte[] basePoint) |
void |
setCofactor(java.lang.Integer aCofactor) |
void |
setFirsCoefficient(byte[] aFirstCoefficient) |
void |
setPrimeModulus(byte[] aModulus) |
void |
setPublicPoint(byte[] publicPoint) |
void |
setSecondCoefficient(byte[] secondCoefficient) |
protected static byte[] |
trimByteArray(byte[] data) |
clone, equals, extendArray, extendArray, getEncoded, getObject, hashCode, removeFromArray, unwrapArray, wrapArray
public static final byte UNCOMPRESSED_POINT_TAG
public EElcPuK(byte[] encodedElcPuk) throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
tr.gov.tubitak.uekae.esya.api.common.ESYAException
public EElcPuK(ElcPuK aElcPuk)
public EElcPuK()
public EElcPuK(int[] aOid, java.security.interfaces.ECPublicKey ecPublicKey, boolean addAllParam) throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
tr.gov.tubitak.uekae.esya.api.common.ESYAException
public byte[] encodePoint(java.security.spec.ECPoint ecPoint, java.security.spec.EllipticCurve curve)
protected static byte[] trimByteArray(byte[] data)
public void setPrimeModulus(byte[] aModulus)
public void setFirsCoefficient(byte[] aFirstCoefficient)
public void setSecondCoefficient(byte[] secondCoefficient)
public void setBasePoint(byte[] basePoint)
public void setBaseOrderPoint(byte[] aBaseOrderPoint)
public void setPublicPoint(byte[] publicPoint)
public void setAlgId(int[] algId)
public void setCofactor(java.lang.Integer aCofactor)
Copyright © 2025. All rights reserved.