Uses of Class
org.xipki.ca.api.PublicCaInfo
-
Packages that use PublicCaInfo Package Description org.xipki.ca.api.profile -
-
Uses of PublicCaInfo in org.xipki.ca.api.profile
Methods in org.xipki.ca.api.profile with parameters of type PublicCaInfo Modifier and Type Method Description abstract ExtensionValuesCertprofile. getExtensions(Map<org.bouncycastle.asn1.ASN1ObjectIdentifier,Certprofile.ExtensionControl> extensionControls, org.bouncycastle.asn1.x500.X500Name requestedSubject, org.bouncycastle.asn1.x500.X500Name grantedSubject, Map<org.bouncycastle.asn1.ASN1ObjectIdentifier,org.bouncycastle.asn1.x509.Extension> requestedExtensions, Instant notBefore, Instant notAfter, PublicCaInfo caInfo)Checks the requested extensions and returns the canonicalized ones.
-