Searched defs:secure (Results 1 - 25 of 38) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/secure/
H A DMACGenerator.java31 package com.sun.identity.log.secure;
H A DLogSign.java32 package com.sun.identity.log.secure;
102 // Get the lastMAC and the last Signature from the secure store.
H A DVerifierList.java31 package com.sun.identity.log.secure;
H A DSecureLogHelperJCEImpl.java31 package com.sun.identity.log.secure;
54 * A helper class for secure logging that generates the MAC and maintaining
133 * At a time there are only 3 things in logger's secure store file
135 * In the verifier secure store file there is just the initial key of the
141 * @return secure data that is matched with dataType
H A DSecureLogHelperJSSImpl.java32 package com.sun.identity.log.secure;
62 * A helper implementation class for secure logging that generates
205 * At a time there are only 3 things in logger's secure store file
207 * In the verifier secure store file there is just the initial key of the
213 * @return secure data that is matched with dataType
H A DLogVerifier.java32 package com.sun.identity.log.secure;
72 * @param verPass the password for verifier secure store
H A DSecureLogHelper.java29 package com.sun.identity.log.secure;
104 * At a time there are only 3 things in logger's secure store file
106 * In the verifier secure store file there is just the initial key of the
112 * @return secure data that is matched with dataType
154 * the secure storage
316 * Returns the current key from secure storage, generates the MAC and
317 * also generates a new key and stores it back in the secure storage.
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/secure/
H A DMACGenerator.java31 package com.sun.identity.log.secure;
H A DLogSign.java32 package com.sun.identity.log.secure;
102 // Get the lastMAC and the last Signature from the secure store.
H A DVerifierList.java30 package com.sun.identity.log.secure;
H A DSecureLogHelperJCEImpl.java31 package com.sun.identity.log.secure;
54 * A helper class for secure logging that generates the MAC and maintaining
133 * At a time there are only 3 things in logger's secure store file
135 * In the verifier secure store file there is just the initial key of the
141 * @return secure data that is matched with dataType
H A DLogVerifier.java29 package com.sun.identity.log.secure;
71 * @param verPass the password for verifier secure store
H A DSecureLogHelper.java29 package com.sun.identity.log.secure;
104 * At a time there are only 3 things in logger's secure store file
106 * In the verifier secure store file there is just the initial key of the
112 * @return secure data that is matched with dataType
154 * the secure storage
316 * Returns the current key from secure storage, generates the MAC and
317 * also generates a new key and stores it back in the secure storage.
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/authentication/service/protocol/
H A DRemoteCookie.java50 private boolean secure = false; field in class:RemoteCookie
70 secure = cookie.getSecure();
95 if (secure)
96 newCookie.setSecure(secure);
150 * Is this cookie secure?
152 * @return true if the cookie is secure, false (default) otherwise
155 return secure;
228 * Sets the secure flag of the cookie updating the underlying cookie
231 * @param secure The new secure fla
233 setSecure(boolean secure) argument
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/authentication/service/protocol/
H A DRemoteCookie.java50 private boolean secure = false; field in class:RemoteCookie
70 secure = cookie.getSecure();
95 if (secure)
96 newCookie.setSecure(secure);
150 * Is this cookie secure?
152 * @return true if the cookie is secure, false (default) otherwise
155 return secure;
228 * Sets the secure flag of the cookie updating the underlying cookie
231 * @param secure The new secure fla
233 setSecure(boolean secure) argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/browser/
H A DLDAPConnectionPool.java580 * @return <CODE>true</CODE> if the LDAP URL is secure and <CODE>false</CODE>
593 * @param secure whether it is a secure URL or not.
597 boolean secure) {
599 secure ? "ldaps" : LDAPURL.DEFAULT_SCHEME,
596 makeLDAPUrl(String host, int port, String dn, boolean secure) argument
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DLDAPConnectionPool.java580 * @return <CODE>true</CODE> if the LDAP URL is secure and <CODE>false</CODE>
593 * @param secure whether it is a secure URL or not.
597 boolean secure) {
599 secure ? "ldaps" : LDAPURL.DEFAULT_SCHEME,
596 makeLDAPUrl(String host, int port, String dn, boolean secure) argument
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DLDAPConnectionPool.java580 * @return <CODE>true</CODE> if the LDAP URL is secure and <CODE>false</CODE>
593 * @param secure whether it is a secure URL or not.
597 boolean secure) {
599 secure ? "ldaps" : LDAPURL.DEFAULT_SCHEME,
596 makeLDAPUrl(String host, int port, String dn, boolean secure) argument
/forgerock/openam-v13/openam-certs/src/main/java/com/sun/identity/security/cert/
H A DAMLDAPCertStoreParameters.java154 * Set ldap port is secure
156 public void setSecure(boolean secure) { argument
157 secureLdap = secure;
161 * Get ldap port is secure
/forgerock/opendj-v3/opendj-server/src/main/java/org/forgerock/opendj/server/setup/model/
H A DReplicationConfiguration.java78 * Returns {@code true} if this connection should be secure.
80 * @return {@code true} if this is a secure connection.
87 * Sets this connection to secure if needed.
89 * @param secure
90 * {@code true} if the connection needs to be secure.
92 public void setSecure(boolean secure) { argument
93 isSecure = secure;
/forgerock/openam/openam-certs/src/main/java/com/sun/identity/security/cert/
H A DAMLDAPCertStoreParameters.java154 * Set ldap port is secure
156 public void setSecure(boolean secure) { argument
157 secureLdap = secure;
161 * Get ldap port is secure
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djsr311-api-1.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/ws/ javax/ws/rs/ javax/ws/rs/core/ ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djsr311-api-1.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/ws/ javax/ws/rs/ javax/ws/rs/core/ ...
H A Djsr311-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/ws/ javax/ws/rs/ javax/ws/rs/core/ ...
/forgerock/opendj2/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...

Completed in 97 milliseconds

12