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