java.security
Interface Key

All Superinterfaces:
Serializable
All Known Subinterfaces:
DSAPrivateKey, DSAPublicKey, PrivateKey, PublicKey, RSAPrivateCrtKey, RSAPrivateKey, RSAPublicKey

public interface Key
extends Serializable


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

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Method Detail

getAlgorithm

String getAlgorithm()

getEncoded

byte[] getEncoded()

getFormat

String getFormat()


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.