PR - type of PrivateKey.public interface PrivateKeyFactory<PR extends PrivateKey>
PrivateKey.AsymmetricKeyCreator| Modifier and Type | Method and Description |
|---|---|
default net.sf.mmm.binary.api.Binary |
asBinary(PR privateKey) |
byte[] |
asData(PR privateKey) |
PR |
createPrivateKey(byte[] data) |
default net.sf.mmm.binary.api.Binary asBinary(PR privateKey)
privateKey - the PrivateKey to serialize.Binary.byte[] asData(PR privateKey)
privateKey - the PrivateKey to serialize.PR createPrivateKey(byte[] data)
data - the PrivateKey as raw byte array.PrivateKey.Copyright © 2001–2019 mmm-Team. All rights reserved.