Class Pkcs10RequestHolderShallow
- java.lang.Object
-
- de.trustable.ca3s.core.web.rest.data.Pkcs10RequestHolderShallow
-
public class Pkcs10RequestHolderShallow extends Object
-
-
Constructor Summary
Constructors Constructor Description Pkcs10RequestHolderShallow(de.trustable.util.Pkcs10RequestHolder p10ReqHolder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPublicKeyAlgorithmName()String[]getSans()StringgetSigningAlgorithmName()StringgetSubject()StringgetX509KeySpec()booleanisCSRValid()
-
-
-
Method Detail
-
getSigningAlgorithmName
public String getSigningAlgorithmName()
-
isCSRValid
public boolean isCSRValid()
-
getX509KeySpec
public String getX509KeySpec()
-
getSans
public String[] getSans()
-
getSubject
public String getSubject()
-
getPublicKeyAlgorithmName
public String getPublicKeyAlgorithmName()
-
-