Class Certprofile.SubjectInfo

  • Enclosing class:
    Certprofile

    public static class Certprofile.SubjectInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SubjectInfo​(org.bouncycastle.asn1.x500.X500Name grantedSubject, java.lang.String warning)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.bouncycastle.asn1.x500.X500Name getGrantedSubject()  
      java.lang.String getWarning()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SubjectInfo

        public SubjectInfo​(org.bouncycastle.asn1.x500.X500Name grantedSubject,
                           java.lang.String warning)
    • Method Detail

      • getGrantedSubject

        public org.bouncycastle.asn1.x500.X500Name getGrantedSubject()
      • getWarning

        public java.lang.String getWarning()