Package org.wildfly.security.key
Class RawKey
- java.lang.Object
- 
- org.wildfly.security.key.RawKey
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- RawPBEKey,- RawPrivateKey
 
 abstract class RawKey extends Object implements Serializable - Author:
- David M. Lloyd
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetAlgorithm()byte[]getEncoded()StringgetFormat()inthashCode()(package private) booleanisEqual(Key key)
 
- 
- 
- 
Field Detail- 
serialVersionUIDprivate static final long serialVersionUID - See Also:
- Constant Field Values
 
 - 
algorithmprivate final String algorithm 
 - 
formatprivate final String format 
 - 
encodedprivate final byte[] encoded 
 
- 
 - 
Constructor Detail- 
RawKeyRawKey(Key original) 
 
- 
 
-