Searched defs:attrInitVectorLength (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java125 private static AttributeType attrInitVectorLength; field in class:CryptoManagerImpl
244 attrInitVectorLength = DirectoryServer.getAttributeType(
1173 entry.getAttributeValue(attrInitVectorLength,
1763 attrList.add(Attributes.create(attrInitVectorLength,
1764 AttributeValues.create(attrInitVectorLength,
1767 userAttrs.put(attrInitVectorLength, attrList);
/forgerock/opendj2/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java122 private static AttributeType attrInitVectorLength; field in class:CryptoManagerImpl
247 attrInitVectorLength = DirectoryServer.getAttributeType(
1165 entry.getAttributeValue(attrInitVectorLength,
1762 attrList.add(Attributes.create(attrInitVectorLength,
1763 AttributeValues.create(attrInitVectorLength,
1766 userAttrs.put(attrInitVectorLength, attrList);
/forgerock/opendj2.6.2/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java125 private static AttributeType attrInitVectorLength; field in class:CryptoManagerImpl
244 attrInitVectorLength = DirectoryServer.getAttributeType(
1173 entry.getAttributeValue(attrInitVectorLength,
1763 attrList.add(Attributes.create(attrInitVectorLength,
1764 AttributeValues.create(attrInitVectorLength,
1767 userAttrs.put(attrInitVectorLength, attrList);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java125 private static AttributeType attrInitVectorLength; field in class:CryptoManagerImpl
244 attrInitVectorLength = DirectoryServer.getAttributeType(
1173 entry.getAttributeValue(attrInitVectorLength,
1763 attrList.add(Attributes.create(attrInitVectorLength,
1764 AttributeValues.create(attrInitVectorLength,
1767 userAttrs.put(attrInitVectorLength, attrList);
/forgerock/opendj2-hg/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java122 private static AttributeType attrInitVectorLength; field in class:CryptoManagerImpl
247 attrInitVectorLength = DirectoryServer.getAttributeType(
1165 entry.getAttributeValue(attrInitVectorLength,
1762 attrList.add(Attributes.create(attrInitVectorLength,
1763 AttributeValues.create(attrInitVectorLength,
1766 userAttrs.put(attrInitVectorLength, attrList);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/crypto/
H A DCryptoManagerImpl.java127 private static AttributeType attrInitVectorLength; field in class:CryptoManagerImpl
242 attrInitVectorLength = DirectoryServer.getAttributeTypeOrNull(ATTR_CRYPTO_INIT_VECTOR_LENGTH_BITS);
1591 putSingleValueAttribute(userAttrs, attrInitVectorLength,

Completed in 57 milliseconds