Uses of Class
org.xipki.ca.api.profile.Certprofile.ExtensionControl
-
Packages that use Certprofile.ExtensionControl Package Description org.xipki.ca.api.profile -
-
Uses of Certprofile.ExtensionControl in org.xipki.ca.api.profile
Methods in org.xipki.ca.api.profile that return types with arguments of type Certprofile.ExtensionControl Modifier and Type Method Description abstract java.util.Map<org.bouncycastle.asn1.ASN1ObjectIdentifier,Certprofile.ExtensionControl>Certprofile. getExtensionControls()Method parameters in org.xipki.ca.api.profile with type arguments of type Certprofile.ExtensionControl 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.
-