- addAttribute(X500AttributeTypeKeyword, String) - Method in class net.java.truelicense.core.x500.GenericX500PrincipalBuilder
-
Adds an X.500 attribute to the distinguished name.
- addAttribute(String, String) - Method in class net.java.truelicense.core.x500.GenericX500PrincipalBuilder
-
Adds an X.500 attribute to the distinguished name.
- addC(String) - Method in class net.java.truelicense.core.x500.GenericX500PrincipalBuilder
-
Equivalent to
addAttribute(C, value).
- addCN(String) - Method in class net.java.truelicense.core.x500.GenericX500PrincipalBuilder
-
Equivalent to
addAttribute(CN, value).
- addDC(String) - Method in class net.java.truelicense.core.x500.GenericX500PrincipalBuilder
-
Equivalent to
addAttribute(DC, value).
- addDNQ(String) - Method in class net.java.truelicense.core.x500.GenericX500PrincipalBuilder
-
Equivalent to
addAttribute(DNQ, value).
- addDNQUALIFIER(String) - Method in class net.java.truelicense.core.x500.GenericX500PrincipalBuilder
-
- addEMAILADDRESS(String) - Method in class net.java.truelicense.core.x500.GenericX500PrincipalBuilder
-
- addGENERATION(String) - Method in class net.java.truelicense.core.x500.GenericX500PrincipalBuilder
-
- addGIVENNAME(String) - Method in class net.java.truelicense.core.x500.GenericX500PrincipalBuilder
-
Equivalent to
addAttribute(GIVENNAME, value).
- addINITIALS(String) - Method in class net.java.truelicense.core.x500.GenericX500PrincipalBuilder
-
Equivalent to
addAttribute(INITIALS, value).
- addKeyword(String, String) - Method in class net.java.truelicense.core.x500.GenericX500PrincipalBuilder
-
Adds a mapping from a keyword to an Object Identifier (OID).
- addL(String) - Method in class net.java.truelicense.core.x500.GenericX500PrincipalBuilder
-
Equivalent to
addAttribute(L, value).
- addO(String) - Method in class net.java.truelicense.core.x500.GenericX500PrincipalBuilder
-
Equivalent to
addAttribute(O, value).
- addOU(String) - Method in class net.java.truelicense.core.x500.GenericX500PrincipalBuilder
-
Equivalent to
addAttribute(OU, value).
- addSERIALNUMBER(String) - Method in class net.java.truelicense.core.x500.GenericX500PrincipalBuilder
-
- addST(String) - Method in class net.java.truelicense.core.x500.GenericX500PrincipalBuilder
-
Equivalent to
addAttribute(ST, value).
- addSTREET(String) - Method in class net.java.truelicense.core.x500.GenericX500PrincipalBuilder
-
Equivalent to
addAttribute(STREET, value).
- addSURNAME(String) - Method in class net.java.truelicense.core.x500.GenericX500PrincipalBuilder
-
Equivalent to
addAttribute(SURNAME, value).
- addT(String) - Method in class net.java.truelicense.core.x500.GenericX500PrincipalBuilder
-
Equivalent to
addAttribute(T, value).
- addUID(String) - Method in class net.java.truelicense.core.x500.GenericX500PrincipalBuilder
-
Equivalent to
addAttribute(UID, value).
- algorithm() - Method in class net.java.truelicense.core.crypto.BasicPbeEncryption
-
- algorithm() - Method in interface net.java.truelicense.core.crypto.PbeParameters
-
Returns the PBE algorithm.
- algorithm(String) - Method in interface net.java.truelicense.core.LicenseApplicationContext.PbeInjection
-
Sets the algorithm name.
- alias() - Method in interface net.java.truelicense.core.auth.KeyStoreParameters
-
Returns the alias of the entry in the key store.
- alias(String) - Method in interface net.java.truelicense.core.LicenseApplicationContext.KsbaInjection
-
Sets the alias name of the key entry.
- apply(Sink) - Method in interface net.java.truelicense.core.io.Transformation
-
Returns a sink which decorates the output streams provided by the given
sink.
- Artifactory - Interface in net.java.truelicense.core.auth
-
An immutable factory for authenticated objects (artifacts).
- Authentication - Interface in net.java.truelicense.core.auth
-
Defines authentication services.
- authentication() - Method in interface net.java.truelicense.core.auth.AuthenticationProvider
-
Returns the authentication.
- authentication(KeyStoreParameters) - Method in class net.java.truelicense.core.BasicLicenseManagementContext
-
Returns an authentication for the given key store parameters.
- authentication(Authentication) - Method in interface net.java.truelicense.core.LicenseConsumerContext.ManagerBuilder
-
Sets the authentication.
- authentication(KeyStoreParameters) - Method in interface net.java.truelicense.core.LicenseManagementContext
-
Returns an authentication for the given key store parameters.
- authentication(Authentication) - Method in interface net.java.truelicense.core.LicenseVendorContext.ManagerBuilder
-
Sets the authentication.
- AuthenticationParameters - Interface in net.java.truelicense.core.auth
-
- AuthenticationParametersProvider - Interface in net.java.truelicense.core.auth
-
Provides authentication parameters.
- AuthenticationProvider - Interface in net.java.truelicense.core.auth
-
Provides an authentication.
- authorization() - Method in class net.java.truelicense.core.BasicLicenseManagementContext
-
Returns the license authorization.
- authorization() - Method in interface net.java.truelicense.core.LicenseAuthorizationProvider
-
Returns the license authorization.