[java-opensaml COMMIT] in /trunk: opensaml-security-impl/src/main/java/org/opensaml/security/x509/impl/PKIXX509Creden...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Mar 16 16:59:27 EDT 2015
Author: tzeller
Date: Mon Mar 16 16:59:27 2015
New Revision: 4251
URL: http://svn.shibboleth.net/view/java-opensaml?rev=4251&view=rev
Log:
Javadoc typos.
Modified:
trunk/opensaml-security-impl/src/main/java/org/opensaml/security/x509/impl/PKIXX509CredentialTrustEngine.java
trunk/opensaml-xmlsec-impl/src/main/java/org/opensaml/xmlsec/signature/support/impl/PKIXSignatureTrustEngine.java
Modified: trunk/opensaml-security-impl/src/main/java/org/opensaml/security/x509/impl/PKIXX509CredentialTrustEngine.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-security-impl/src/main/java/org/opensaml/security/x509/impl/PKIXX509CredentialTrustEngine.java?rev=4251&r1=4250&r2=4251&view=diff
==============================================================================
--- trunk/opensaml-security-impl/src/main/java/org/opensaml/security/x509/impl/PKIXX509CredentialTrustEngine.java (original)
+++ trunk/opensaml-security-impl/src/main/java/org/opensaml/security/x509/impl/PKIXX509CredentialTrustEngine.java Mon Mar 16 16:59:27 2015
@@ -91,7 +91,7 @@
}
/**
- * Get the {@link PKIXTrustEvaluator} instance used to evalute trust.
+ * Get the {@link PKIXTrustEvaluator} instance used to evaluate trust.
*
* <p>The parameters of this evaluator may be modified to
* adjust trust evaluation processing.</p>
@@ -103,7 +103,7 @@
}
/**
- * Get the {@link X509CredentialNameEvaluator} instance used to evalute a credential
+ * Get the {@link X509CredentialNameEvaluator} instance used to evaluate a credential
* against trusted names.
*
* <p>The parameters of this evaluator may be modified to
@@ -156,7 +156,7 @@
*
* @param untrustedX509Credential the credential to evaluate
* @param trustedNames the set of trusted names for name checking purposes
- * @param validationInfoSet the set of validation information which serves as ths basis for trust evaluation
+ * @param validationInfoSet the set of validation information which serves as the basis for trust evaluation
*
* @return true if PKIX validation of the untrusted credential is successful, otherwise false
* @throws SecurityException thrown if there is an error validating the untrusted credential
@@ -191,7 +191,7 @@
/**
* Evaluate the credential against the set of trusted names.
*
- * <p>Evaluates to true if no intsance of {@link X509CredentialNameEvaluator} is configured.</p>
+ * <p>Evaluates to true if no instance of {@link X509CredentialNameEvaluator} is configured.</p>
*
* @param trustedNames set of trusted names
* @param untrustedCredential the credential being evaluated
Modified: trunk/opensaml-xmlsec-impl/src/main/java/org/opensaml/xmlsec/signature/support/impl/PKIXSignatureTrustEngine.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-xmlsec-impl/src/main/java/org/opensaml/xmlsec/signature/support/impl/PKIXSignatureTrustEngine.java?rev=4251&r1=4250&r2=4251&view=diff
==============================================================================
--- trunk/opensaml-xmlsec-impl/src/main/java/org/opensaml/xmlsec/signature/support/impl/PKIXSignatureTrustEngine.java (original)
+++ trunk/opensaml-xmlsec-impl/src/main/java/org/opensaml/xmlsec/signature/support/impl/PKIXSignatureTrustEngine.java Mon Mar 16 16:59:27 2015
@@ -102,7 +102,8 @@
*
* @param resolver credential resolver used to resolve trusted credentials.
* @param keyInfoResolver KeyInfo credential resolver used to obtain the (advisory) signing credential from a
- * Signature's KeyInfo element. * @param pkixEvaluator the PKIX trust evaluator to use
+ * Signature's KeyInfo element.
+ * @param pkixEvaluator the PKIX trust evaluator to use
* @param nameEvaluator the X.509 credential name evaluator to use (may be null)
*/
public PKIXSignatureTrustEngine(@Nonnull final PKIXValidationInformationResolver resolver,
@@ -117,7 +118,7 @@
}
/**
- * Get the PKIXTrustEvaluator instance used to evalute trust.
+ * Get the PKIXTrustEvaluator instance used to evaluate trust.
*
* <p>
* The parameters of this evaluator may be modified to adjust trust evaluation processing.
@@ -130,7 +131,7 @@
}
/**
- * Get the X509CredentialNameEvaluator instance used to evalute a credential against trusted names.
+ * Get the X509CredentialNameEvaluator instance used to evaluate a credential against trusted names.
*
* <p>
* The parameters of this evaluator may be modified to adjust trust evaluation processing.
@@ -276,7 +277,7 @@
* Evaluate the credential against the set of trusted names.
*
* <p>
- * Evaluates to true if no intsance of {@link X509CredentialNameEvaluator} is configured.
+ * Evaluates to true if no instance of {@link X509CredentialNameEvaluator} is configured.
* </p>
*
* @param trustedNames set of trusted names
More information about the commits
mailing list