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 Summary
All 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
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
algorithm
private final String algorithm
-
format
private final String format
-
encoded
private final byte[] encoded
-
-
Constructor Detail
-
RawKey
RawKey(Key original)
-
-