Class PKCS8KeyReader
- java.lang.Object
-
- org.smallmind.nutsnbolts.security.key.PKCS8KeyReader
-
-
Constructor Summary
Constructors Constructor Description PKCS8KeyReader(String raw)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyFactorsextractFactors()
-
-
-
Constructor Detail
-
PKCS8KeyReader
public PKCS8KeyReader(String raw) throws IOException, KeyParseException
- Throws:
IOExceptionKeyParseException
-
-
Method Detail
-
extractFactors
public KeyFactors extractFactors()
- Specified by:
extractFactorsin interfaceKeyReader
-
-