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