Class DHKeySpecSerializer
- java.lang.Object
- 
- yapion.serializing.serializer.object.security.internal.DHKeySpecSerializer
 
- 
- All Implemented Interfaces:
- KeySpecSerializer<javax.crypto.interfaces.DHPrivateKey,javax.crypto.interfaces.DHPublicKey>
 
 public class DHKeySpecSerializer extends java.lang.Object implements KeySpecSerializer<javax.crypto.interfaces.DHPrivateKey,javax.crypto.interfaces.DHPublicKey> 
- 
- 
Constructor SummaryConstructors Constructor Description DHKeySpecSerializer()
 - 
Method SummaryModifier and Type Method Description javax.crypto.interfaces.DHPrivateKeydeserializePrivateKey(YAPIONObject yapionObject, java.lang.String algorithm)javax.crypto.interfaces.DHPublicKeydeserializePublicKey(YAPIONObject yapionObject, java.lang.String algorithm)YAPIONObjectserializePrivateKey(javax.crypto.interfaces.DHPrivateKey dhPrivateKey)YAPIONObjectserializePublicKey(javax.crypto.interfaces.DHPublicKey dhPublicKey)
 
- 
- 
- 
Method Detail- 
serializePrivateKeypublic YAPIONObject serializePrivateKey(javax.crypto.interfaces.DHPrivateKey dhPrivateKey) throws java.lang.Exception - Specified by:
- serializePrivateKeyin interface- KeySpecSerializer<javax.crypto.interfaces.DHPrivateKey,javax.crypto.interfaces.DHPublicKey>
- Throws:
- java.lang.Exception
 
 - 
deserializePrivateKeypublic javax.crypto.interfaces.DHPrivateKey deserializePrivateKey(YAPIONObject yapionObject, java.lang.String algorithm) throws java.lang.Exception - Specified by:
- deserializePrivateKeyin interface- KeySpecSerializer<javax.crypto.interfaces.DHPrivateKey,javax.crypto.interfaces.DHPublicKey>
- Throws:
- java.lang.Exception
 
 - 
serializePublicKeypublic YAPIONObject serializePublicKey(javax.crypto.interfaces.DHPublicKey dhPublicKey) throws java.lang.Exception - Specified by:
- serializePublicKeyin interface- KeySpecSerializer<javax.crypto.interfaces.DHPrivateKey,javax.crypto.interfaces.DHPublicKey>
- Throws:
- java.lang.Exception
 
 - 
deserializePublicKeypublic javax.crypto.interfaces.DHPublicKey deserializePublicKey(YAPIONObject yapionObject, java.lang.String algorithm) throws java.lang.Exception - Specified by:
- deserializePublicKeyin interface- KeySpecSerializer<javax.crypto.interfaces.DHPrivateKey,javax.crypto.interfaces.DHPublicKey>
- Throws:
- java.lang.Exception
 
 
- 
 
-