Cryptix V3.1

java.security
Interface Key

All Known Subinterfaces:
CryptixRSAPrivateKey, CryptixRSAPublicKey, ElGamalPrivateKey, ElGamalPublicKey, PrivateKey, PublicKey, SecretKey
All Known Implementing Classes:
RawKey

public interface Key
extends java.io.Serializable


Field Summary
static long serialVersionUID
           
 
Method Summary
 String getAlgorithm()
           
 byte[] getEncoded()
           
 String getFormat()
           
 

Field Detail

serialVersionUID

public static final long serialVersionUID
Method Detail

getAlgorithm

public String getAlgorithm()

getEncoded

public byte[] getEncoded()

getFormat

public String getFormat()

Cryptix V3.1

Copyright (C) 1995-2000 The Cryptix Foundation Ltd. All rights reserved.