Uses of Class
de.trustable.util.PKILevel
-
Packages that use PKILevel Package Description de.trustable.util -
-
Uses of PKILevel in de.trustable.util
Methods in de.trustable.util that return PKILevel Modifier and Type Method Description static PKILevelPKILevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PKILevel[]PKILevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.trustable.util with parameters of type PKILevel Modifier and Type Method Description java.security.cert.X509CertificateCryptoUtil. issueCertificate(org.bouncycastle.asn1.x500.X500Name issuer, java.security.KeyPair issuerKeyPair, org.bouncycastle.asn1.x500.X500Name subject, byte[] issuerPKByteArr, int validityPeriodType, int validityPeriod, PKILevel pkiLevel)java.security.cert.X509CertificateCryptoUtil. issueCertificate(org.bouncycastle.asn1.x500.X500Name issuer, java.security.KeyPair issuerKeyPair, org.bouncycastle.asn1.x500.X500Name subject, org.bouncycastle.asn1.x509.SubjectPublicKeyInfo spkInfo, int validityPeriodType, int validityPeriod, PKILevel pkiLevel)java.security.cert.X509CertificateCryptoUtil. issueCertificate(org.bouncycastle.asn1.x500.X500Name issuer, java.security.KeyPair issuerKeyPair, org.bouncycastle.asn1.x500.X500Name subject, org.bouncycastle.asn1.x509.SubjectPublicKeyInfo spkInfo, int validityPeriodType, int validityPeriod, org.bouncycastle.asn1.x509.GeneralNames subjectAltNames, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> extensions, PKILevel pkiLevel)
-