Uses of Class
net.maritimeconnectivity.pki.ocsp.CertStatus
-
Packages that use CertStatus Package Description net.maritimeconnectivity.pki net.maritimeconnectivity.pki.ocsp -
-
Uses of CertStatus in net.maritimeconnectivity.pki
Methods in net.maritimeconnectivity.pki that return CertStatus Modifier and Type Method Description CertStatus
RevocationInfo. getStatus()
Methods in net.maritimeconnectivity.pki with parameters of type CertStatus Modifier and Type Method Description void
RevocationInfo. setStatus(CertStatus status)
Constructors in net.maritimeconnectivity.pki with parameters of type CertStatus Constructor Description RevocationInfo(BigInteger serialNumber, CRLReason revokeReason, Date revokedAt, CertStatus status)
-
Uses of CertStatus in net.maritimeconnectivity.pki.ocsp
Methods in net.maritimeconnectivity.pki.ocsp that return CertStatus Modifier and Type Method Description CertStatus
OCSPClient. getCertificateStatus()
static CertStatus
CertStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static CertStatus[]
CertStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-