Interface DSTU4145PublicKey
- All Superinterfaces:
DSTU4145Key
,Key
,PublicKey
,Serializable
Interface that a DSTU-4145 public key needs to conform to.
-
Field Summary
Fields inherited from interface java.security.PublicKey
serialVersionUID
-
Method Summary
Methods inherited from interface org.bouncycastle.jcajce.interfaces.DSTU4145Key
getParams
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
Method Details
-
getW
ECPoint getW()Return W - the public point for the key.- Returns:
- the public point.
-