java.security.spec
Class EncodedKeySpec
java.lang.Object
java.security.spec.EncodedKeySpec
- All Implemented Interfaces:
- KeySpec
- Direct Known Subclasses:
- PKCS8EncodedKeySpec, X509EncodedKeySpec
public abstract class EncodedKeySpec
- extends Object
- implements KeySpec
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncodedKeySpec
public EncodedKeySpec(byte[] var0)
getEncoded
public byte[] getEncoded()
getFormat
public abstract String getFormat()
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.