Uses of Interface
org.xwiki.crypto.pkix.params.x509certificate.extension.X509Extensions
-
Packages that use X509Extensions Package Description org.xwiki.crypto.pkix org.xwiki.crypto.pkix.params.x509certificate -
-
Uses of X509Extensions in org.xwiki.crypto.pkix
Methods in org.xwiki.crypto.pkix that return X509Extensions Modifier and Type Method Description X509Extensions
X509ExtensionBuilder. build()
Methods in org.xwiki.crypto.pkix with parameters of type X509Extensions Modifier and Type Method Description X509ExtensionBuilder
X509ExtensionBuilder. addExtensions(X509Extensions extensionSet)
Add all extension in an existing extension set to the currently built extension set. -
Uses of X509Extensions in org.xwiki.crypto.pkix.params.x509certificate
Methods in org.xwiki.crypto.pkix.params.x509certificate that return X509Extensions Modifier and Type Method Description X509Extensions
X509CertificateGenerationParameters. getExtensions()
X509Extensions
X509CertificateParameters. getExtensions()
X509Extensions
X509CertifiedPublicKey. getExtensions()
Constructors in org.xwiki.crypto.pkix.params.x509certificate with parameters of type X509Extensions Constructor Description X509CertificateGenerationParameters(int validity, X509Extensions extensions)
Create a new instance with the given arguments.X509CertificateGenerationParameters(X509Extensions extensions)
Create a new instance with the given arguments.X509CertificateGenerationParameters(X509CertificateGenerationParameters.Version version, int validity, X509Extensions extensions)
Create a new instance with the given arguments.X509CertificateParameters(X509Extensions extensions)
Create a new instance from given arguments.
-