Interface NHPublicKey
-
- All Superinterfaces:
Key
,NHKey
,PublicKey
,Serializable
- All Known Implementing Classes:
BCNHPublicKey
public interface NHPublicKey extends NHKey, PublicKey
-
-
Field Summary
-
Fields inherited from interface java.security.Key
serialVersionUID
-
Fields inherited from interface java.security.PublicKey
serialVersionUID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getPublicData()
-
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
-