Uses of Interface
com.orientechnologies.orient.core.metadata.security.OPropertyEncryption
Packages that use OPropertyEncryption
Package
Description
-
Uses of OPropertyEncryption in com.orientechnologies.orient.core.metadata.security
Classes in com.orientechnologies.orient.core.metadata.security that implement OPropertyEncryptionMethods in com.orientechnologies.orient.core.metadata.security that return OPropertyEncryption -
Uses of OPropertyEncryption in com.orientechnologies.orient.core.record.impl
Fields in com.orientechnologies.orient.core.record.impl declared as OPropertyEncryptionMethods in com.orientechnologies.orient.core.record.impl that return OPropertyEncryptionModifier and TypeMethodDescriptionstatic OPropertyEncryptionODocumentInternal.getPropertyEncryption(ODocument doc) Methods in com.orientechnologies.orient.core.record.impl with parameters of type OPropertyEncryptionModifier and TypeMethodDescriptionstatic voidODocumentInternal.setPropertyEncryption(ODocument doc, OPropertyEncryption propertyEncryption) -
Uses of OPropertyEncryption in com.orientechnologies.orient.core.serialization.serializer.record.binary
Methods in com.orientechnologies.orient.core.serialization.serializer.record.binary with parameters of type OPropertyEncryptionModifier and TypeMethodDescriptionODocumentSerializer.deserializeField(BytesContainer bytes, OClass iClass, String iFieldName, boolean embedded, OImmutableSchema schema, OPropertyEncryption encryption) ORecordSerializerBinaryV0.deserializeField(BytesContainer bytes, OClass iClass, String iFieldName, boolean embedded, OImmutableSchema schema, OPropertyEncryption encryption) ORecordSerializerBinaryV1.deserializeField(BytesContainer bytes, OClass iClass, String iFieldName, boolean embedded, OImmutableSchema schema, OPropertyEncryption encryption) ORecordSerializerNetworkV0.deserializeField(BytesContainer bytes, OClass iClass, String iFieldName, boolean embedded, OImmutableSchema schema, OPropertyEncryption encryption) <RET> RETODocumentSerializer.deserializeFieldTyped(BytesContainer record, String iFieldName, boolean isEmbedded, OImmutableSchema schema, OPropertyEncryption encryption) <RET> RETORecordSerializerBinaryV0.deserializeFieldTyped(BytesContainer bytes, String iFieldName, boolean isEmbedded, OImmutableSchema schema, OPropertyEncryption encryption) <RET> RETORecordSerializerBinaryV1.deserializeFieldTyped(BytesContainer bytes, String iFieldName, boolean isEmbedded, OImmutableSchema schema, OPropertyEncryption encryption) <RET> RETORecordSerializerNetworkV0.deserializeFieldTyped(BytesContainer record, String iFieldName, boolean isEmbedded, OImmutableSchema schema, OPropertyEncryption encryption) protected <RET> RETORecordSerializerBinaryV1.deserializeFieldTypedLoopAndReturn(BytesContainer bytes, String iFieldName, OImmutableSchema schema, OPropertyEncryption encryption) voidORecordSerializerBinaryV0.serialize(ODocument document, BytesContainer bytes, OImmutableSchema schema, OPropertyEncryption encryption) intODocumentSerializer.serializeValue(BytesContainer bytes, Object value, OType type, OType linkedType, OImmutableSchema schema, OPropertyEncryption encryption) intORecordSerializerBinaryV0.serializeValue(BytesContainer bytes, Object value, OType type, OType linkedType, OImmutableSchema schema, OPropertyEncryption encryption) intORecordSerializerBinaryV1.serializeValue(BytesContainer bytes, Object value, OType type, OType linkedType, OImmutableSchema schema, OPropertyEncryption encryption) intORecordSerializerNetworkV0.serializeValue(BytesContainer bytes, Object value, OType type, OType linkedType, OImmutableSchema schema, OPropertyEncryption encryption) protected intORecordSerializerBinaryV0.writeEmbeddedCollection(BytesContainer bytes, Collection<?> value, OType linkedType, OImmutableSchema schema, OPropertyEncryption encryption) protected intORecordSerializerBinaryV1.writeEmbeddedCollection(BytesContainer bytes, Collection<?> value, OType linkedType, OImmutableSchema schema, OPropertyEncryption encryption) protected intORecordSerializerBinaryV0.writeEmbeddedMap(BytesContainer bytes, Map<Object, Object> map, OImmutableSchema schema, OPropertyEncryption encryption) protected intORecordSerializerBinaryV1.writeEmbeddedMap(BytesContainer bytes, Map<Object, Object> map, OImmutableSchema schema, OPropertyEncryption encryption)