Uses of Class
net.ripe.rpki.commons.crypto.crl.X509Crl.Entry
-
Packages that use X509Crl.Entry Package Description net.ripe.rpki.commons.crypto.crl -
-
Uses of X509Crl.Entry in net.ripe.rpki.commons.crypto.crl
Methods in net.ripe.rpki.commons.crypto.crl that return X509Crl.Entry Modifier and Type Method Description X509Crl.EntryX509Crl. getRevokedCertificate(BigInteger serialNumber)X509Crl.EntryX509CrlBuilder. getRevokedCertificate(BigInteger serial)Methods in net.ripe.rpki.commons.crypto.crl that return types with arguments of type X509Crl.Entry Modifier and Type Method Description SortedSet<X509Crl.Entry>X509Crl. getRevokedCertificates()Methods in net.ripe.rpki.commons.crypto.crl with parameters of type X509Crl.Entry Modifier and Type Method Description intX509Crl.Entry. compareTo(X509Crl.Entry o)
-