Class RoleCsrGenerator

    • Constructor Summary

      Constructors 
      Constructor Description
      RoleCsrGenerator​(java.lang.String dnsSuffix)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.yahoo.security.Pkcs10Csr generateCsr​(AthenzIdentity identity, AthenzRole role, java.security.KeyPair keyPair)  
      • Methods inherited from class java.lang.Object

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

      • RoleCsrGenerator

        public RoleCsrGenerator​(java.lang.String dnsSuffix)
    • Method Detail

      • generateCsr

        public com.yahoo.security.Pkcs10Csr generateCsr​(AthenzIdentity identity,
                                                        AthenzRole role,
                                                        java.security.KeyPair keyPair)