Package org.wildfly.security.key
Class RawPrivateKey
- java.lang.Object
-
- org.wildfly.security.key.RawKey
-
- org.wildfly.security.key.RawPrivateKey
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RawDHPrivateKey
,RawDSAPrivateKey
,RawECPrivateKey
,RawRSAPrivateKey
abstract class RawPrivateKey extends RawKey
- Author:
- David M. Lloyd
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description RawPrivateKey(PrivateKey original)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Object
writeReplace()
-
Methods inherited from class org.wildfly.security.key.RawKey
equals, getAlgorithm, getEncoded, getFormat, hashCode, isEqual
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RawPrivateKey
RawPrivateKey(PrivateKey original)
-
-
Method Detail
-
writeReplace
Object writeReplace()
-
-