public final class BGECPublicKey extends sun.security.x509.X509Key implements ECPublicKey
sun.security.ec.ECPublicKeyImpl,
序列化表格| 限定符和类型 | 字段和说明 |
|---|---|
private ECParameterSpec |
params |
private ECPoint |
w |
serialVersionUID| 构造器和说明 |
|---|
BGECPublicKey(byte[] encoded)
Construct a key from its encoding.
|
BGECPublicKey(ECPoint w,
ECParameterSpec params)
Construct a key from its components.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAlgorithm() |
byte[] |
getEncodedPublicValue() |
ECParameterSpec |
getParams() |
ECPoint |
getW() |
protected void |
parseKeyBits()
Parse the key.
|
String |
toString() |
protected Object |
writeReplace() |
decode, decode, encode, encode, equals, getAlgorithmId, getEncoded, getEncodedInternal, getFormat, getKey, hashCode, parse, setKeygetEncoded, getFormatprivate ECPoint w
private ECParameterSpec params
public BGECPublicKey(ECPoint w, ECParameterSpec params) throws InvalidKeyException
public BGECPublicKey(byte[] encoded)
throws InvalidKeyException
public String getAlgorithm()
getAlgorithm 在接口中 KeygetAlgorithm 在类中 sun.security.x509.X509Keypublic ECPoint getW()
getW 在接口中 ECPublicKeypublic ECParameterSpec getParams()
public byte[] getEncodedPublicValue()
protected void parseKeyBits()
throws InvalidKeyException
parseKeyBits 在类中 sun.security.x509.X509KeyInvalidKeyExceptionpublic String toString()
toString 在类中 sun.security.x509.X509Keyprotected Object writeReplace() throws ObjectStreamException
Copyright © 2024. All rights reserved.