Home
last modified time | relevance | path

Searched defs:ENCRYPTION (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DUnsupportedZipFeatureException.java101 public static final Feature ENCRYPTION = new Feature("encryption"); field in UnsupportedZipFeatureException.Feature
/external/ukey2/src/main/java/com/google/security/annotations/
DCryptoAnnotation.java55 public enum Purpose {ENCRYPTION, AUTHENTICATION, OBFUSCATION, enumConstant
/external/nist-sip/java/gov/nist/javax/sip/parser/
DTokenTypes.java80 public static final int ENCRYPTION = START + 43; field