Uses of Interface
com.digt.trusted.x509.X509AttributeCertificate

Packages that use X509AttributeCertificate
com.digt.trusted.x509   
 

Uses of X509AttributeCertificate in com.digt.trusted.x509
 

Classes in com.digt.trusted.x509 that implement X509AttributeCertificate
 class X509V2AttributeCertificate
           
 

Methods in com.digt.trusted.x509 that return X509AttributeCertificate
 X509AttributeCertificate X509V2AttributeCertificateGenerator.generateCertificate(java.security.PrivateKey key, java.lang.String provider)
          generate an X509 certificate, based on the current issuer and subject, using the passed in provider for the signing.
 X509AttributeCertificate X509V2AttributeCertificateGenerator.generateCertificate(java.security.PrivateKey key, java.lang.String provider, java.security.SecureRandom random)
          generate an X509 certificate, based on the current issuer and subject, using the passed in provider for the signing and the supplied source of randomness, if required.