Uses of Interface gnu.java.security.key.IKeyPairCodec

Uses in package gnu.javax.crypto.key.srp6

Classes implementing gnu.java.security.key.IKeyPairCodec

class
An object that implements the IKeyPairCodec operations for the Raw format to use with SRP keypairs.

Uses in package gnu.java.security.key.rsa

Classes implementing gnu.java.security.key.IKeyPairCodec

class
An implementation of an IKeyPairCodec that knows how to encode / decode PKCS#8 ASN.1 external representation of RSA private keys.
class
An object that implements the IKeyPairCodec interface for the Raw format to use with RSA keypairs.
class
An implementation of an IKeyPairCodec that knows how to encode / decode X.509 ASN.1 external representation of RSA public keys.

Uses in package gnu.java.security.key

Methods with return type gnu.java.security.key.IKeyPairCodec

IKeyPairCodec
Returns the appropriate codec given a composed key-pair generator algorithm and an encoding format.
IKeyPairCodec
KeyPairCodecFactory.getInstance(String name, int formatID)
Returns an instance of a keypair codec given the canonical name of the key-pair algorithm, and the identifier of the format to use when externalizing the keys.
IKeyPairCodec
Returns an instance of a keypair codec given the canonical name of the key-pair algorithm, and the name of the encoding format to use when externalizing the keys.
IKeyPairCodec
Returns an instance of a keypair codec given a key.

Uses in package gnu.java.security.key.dss

Classes implementing gnu.java.security.key.IKeyPairCodec

class
An implementation of an IKeyPairCodec that knows how to encode / decode PKCS#8 ASN.1 external representation of DSS private keys.
class
An object that implements the IKeyPairCodec operations for the Raw format to use with DSS keypairs.
class
An implementation of an IKeyPairCodec that knows how to encode / decode X.509 ASN.1 external representation of DSS public keys.

Uses in package gnu.javax.crypto.key.dh

Classes implementing gnu.java.security.key.IKeyPairCodec

class
class
An object that implements the IKeyPairCodec operations for the Raw format to use with Diffie-Hellman keypairs.
class