Searched defs:wrappingKeyID (Results 1 - 6 of 6) sorted by relevance
/forgerock/opendj-b2.6/src/server/org/opends/server/crypto/ |
H A D | CryptoManagerImpl.java | 798 * wrappingKeyID:wrappingTransformation:wrappedKeyAlgorithm:\ 801 * wrappingKeyID ::= hexBytes[16] 808 * @param wrappingKeyID The key identifier of the wrapping key. This 826 final String wrappingKeyID, 832 wrappingKeyID, 845 * @param wrappingKeyID The key identifier of the wrapping key. This 864 final String wrappingKeyID, 892 symmetricKeyAttribute.append(wrappingKeyID); 825 encodeSymmetricKeyAttribute( final String wrappingKeyID, final byte[] wrappingKeyCertificateData, final SecretKey secretKey) argument 862 encodeSymmetricKeyAttribute( final String wrappingTransformationName, final String wrappingKeyID, final byte[] wrappingKeyCertificateData, final SecretKey secretKey) argument
|
/forgerock/opendj2/src/server/org/opends/server/crypto/ |
H A D | CryptoManagerImpl.java | 786 * wrappingKeyID:wrappingTransformation:wrappedKeyAlgorithm:\ 789 * wrappingKeyID ::= hexBytes[16] 796 * @param wrappingKeyID The key identifier of the wrapping key. This 814 final String wrappingKeyID, 820 wrappingKeyID, 833 * @param wrappingKeyID The key identifier of the wrapping key. This 852 final String wrappingKeyID, 880 symmetricKeyAttribute.append(wrappingKeyID); 813 encodeSymmetricKeyAttribute( final String wrappingKeyID, final byte[] wrappingKeyCertificateData, final SecretKey secretKey) argument 850 encodeSymmetricKeyAttribute( final String wrappingTransformationName, final String wrappingKeyID, final byte[] wrappingKeyCertificateData, final SecretKey secretKey) argument
|
/forgerock/opendj2.6.2/src/server/org/opends/server/crypto/ |
H A D | CryptoManagerImpl.java | 798 * wrappingKeyID:wrappingTransformation:wrappedKeyAlgorithm:\ 801 * wrappingKeyID ::= hexBytes[16] 808 * @param wrappingKeyID The key identifier of the wrapping key. This 826 final String wrappingKeyID, 832 wrappingKeyID, 845 * @param wrappingKeyID The key identifier of the wrapping key. This 864 final String wrappingKeyID, 892 symmetricKeyAttribute.append(wrappingKeyID); 825 encodeSymmetricKeyAttribute( final String wrappingKeyID, final byte[] wrappingKeyCertificateData, final SecretKey secretKey) argument 862 encodeSymmetricKeyAttribute( final String wrappingTransformationName, final String wrappingKeyID, final byte[] wrappingKeyCertificateData, final SecretKey secretKey) argument
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/crypto/ |
H A D | CryptoManagerImpl.java | 798 * wrappingKeyID:wrappingTransformation:wrappedKeyAlgorithm:\ 801 * wrappingKeyID ::= hexBytes[16] 808 * @param wrappingKeyID The key identifier of the wrapping key. This 826 final String wrappingKeyID, 832 wrappingKeyID, 845 * @param wrappingKeyID The key identifier of the wrapping key. This 864 final String wrappingKeyID, 892 symmetricKeyAttribute.append(wrappingKeyID); 825 encodeSymmetricKeyAttribute( final String wrappingKeyID, final byte[] wrappingKeyCertificateData, final SecretKey secretKey) argument 862 encodeSymmetricKeyAttribute( final String wrappingTransformationName, final String wrappingKeyID, final byte[] wrappingKeyCertificateData, final SecretKey secretKey) argument
|
/forgerock/opendj2-hg/src/server/org/opends/server/crypto/ |
H A D | CryptoManagerImpl.java | 786 * wrappingKeyID:wrappingTransformation:wrappedKeyAlgorithm:\ 789 * wrappingKeyID ::= hexBytes[16] 796 * @param wrappingKeyID The key identifier of the wrapping key. This 814 final String wrappingKeyID, 820 wrappingKeyID, 833 * @param wrappingKeyID The key identifier of the wrapping key. This 852 final String wrappingKeyID, 880 symmetricKeyAttribute.append(wrappingKeyID); 813 encodeSymmetricKeyAttribute( final String wrappingKeyID, final byte[] wrappingKeyCertificateData, final SecretKey secretKey) argument 850 encodeSymmetricKeyAttribute( final String wrappingTransformationName, final String wrappingKeyID, final byte[] wrappingKeyCertificateData, final SecretKey secretKey) argument
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/crypto/ |
H A D | CryptoManagerImpl.java | 679 * wrappingKeyID:wrappingTransformation:wrappedKeyAlgorithm:\ 682 * wrappingKeyID ::= hexBytes[16] 689 * @param wrappingKeyID The key identifier of the wrapping key. This 707 final String wrappingKeyID, 713 wrappingKeyID, 726 * @param wrappingKeyID The key identifier of the wrapping key. This 745 final String wrappingKeyID, 770 return wrappingKeyID + ":" + wrappingTransformationName + ":" 706 encodeSymmetricKeyAttribute( final String wrappingKeyID, final byte[] wrappingKeyCertificateData, final SecretKey secretKey) argument 743 encodeSymmetricKeyAttribute( final String wrappingTransformationName, final String wrappingKeyID, final byte[] wrappingKeyCertificateData, final SecretKey secretKey) argument
|
Completed in 6178 milliseconds