Package org.bouncycastle.jcajce.spec
Class RawEncodedKeySpec
- java.lang.Object
-
- java.security.spec.EncodedKeySpec
-
- org.bouncycastle.jcajce.spec.RawEncodedKeySpec
-
- All Implemented Interfaces:
java.security.spec.KeySpec
public class RawEncodedKeySpec extends java.security.spec.EncodedKeySpec
An encoded key spec that just wraps the minimal data for a public/private key representation.
-
-
Constructor Summary
Constructors Constructor Description RawEncodedKeySpec​(byte[] bytes)
Base constructor - just the minimal data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFormat()
-