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 boolean
equals(Object obj)
String
getAlgorithm()
byte[]
getEncoded()
String
getFormat()
int
hashCode()
(package private) boolean
isEqual(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)
-
-