Package de.mhus.lib.core.crypt.pem
Class SecurityPublicKey
- java.lang.Object
-
- de.mhus.lib.core.crypt.pem.SecurityPublicKey
-
- All Implemented Interfaces:
Serializable,Key,PublicKey
public class SecurityPublicKey extends Object implements PublicKey
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecurityPublicKey(PemBlock pem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlgorithm()byte[]getEncoded()StringgetFormat()
-
-
-
Constructor Detail
-
SecurityPublicKey
public SecurityPublicKey(PemBlock pem)
-
-
Method Detail
-
getAlgorithm
public String getAlgorithm()
- Specified by:
getAlgorithmin interfaceKey
-
getEncoded
public byte[] getEncoded()
- Specified by:
getEncodedin interfaceKey
-
-