com.mindbright.jca.security
Interface Key

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
DHPrivateKey, DHPublicKey, DSAPrivateKey, DSAPublicKey, PrivateKey, PublicKey, RSAPrivateCrtKey, RSAPrivateKey, RSAPublicKey, SecretKey
All Known Implementing Classes:
DHKey, DHPrivateKey, DHPublicKey, DSAKey, DSAPrivateKey, DSAPublicKey, RSAKey, RSAPrivateCrtKey, RSAPrivateKey, RSAPublicKey, SecretKeySpec

public interface Key
extends java.io.Serializable


Method Summary
 java.lang.String getAlgorithm()
           
 byte[] getEncoded()
           
 java.lang.String getFormat()
           
 

Method Detail

getAlgorithm

public java.lang.String getAlgorithm()

getFormat

public java.lang.String getFormat()

getEncoded

public byte[] getEncoded()