Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

mindbright.security
Interface Key  view Key download Key.java

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
PrivateKey, PublicKey
All Known Implementing Classes:
RSAKey, RSAPrivateKey, RSAPublicKey

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()