/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | PrincipalUtils.java | 18 return getX500Name(notNull(trustAnchor).getCA()); in getCA() 49 return getX500Name(notNull(certificate).getIssuerX500Principal()); in getIssuerPrincipal() 54 return getX500Name(notNull(crl).getIssuerX500Principal()); in getIssuerPrincipal() 67 return getX500Name(notNull(certificate).getSubjectX500Principal()); in getSubjectPrincipal() 73 return notNull(name); in getX500Name() 79 return notNull(name); in getX500Name() 84 byte[] encoding = notNull(principal).getEncoded(); in getEncoded() 85 return notNull(encoding); in getEncoded() 88 private static byte[] notNull(byte[] encoding) in notNull() method in PrincipalUtils 97 private static TrustAnchor notNull(TrustAnchor trustAnchor) in notNull() method in PrincipalUtils [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/ |
D | PrincipalUtils.java | 19 return getX500Name(notNull(trustAnchor).getCA()); in getCA() 50 return getX500Name(notNull(certificate).getIssuerX500Principal()); in getIssuerPrincipal() 55 return getX500Name(notNull(crl).getIssuerX500Principal()); in getIssuerPrincipal() 68 return getX500Name(notNull(certificate).getSubjectX500Principal()); in getSubjectPrincipal() 74 return notNull(name); in getX500Name() 80 return notNull(name); in getX500Name() 85 byte[] encoding = notNull(principal).getEncoded(); in getEncoded() 86 return notNull(encoding); in getEncoded() 89 private static byte[] notNull(byte[] encoding) in notNull() method in PrincipalUtils 98 private static TrustAnchor notNull(TrustAnchor trustAnchor) in notNull() method in PrincipalUtils [all …]
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jce/provider/ |
D | PrincipalUtils.java | 19 return getX500Name(notNull(trustAnchor).getCA()); in getCA() 50 return getX500Name(notNull(certificate).getIssuerX500Principal()); in getIssuerPrincipal() 55 return getX500Name(notNull(crl).getIssuerX500Principal()); in getIssuerPrincipal() 68 return getX500Name(notNull(certificate).getSubjectX500Principal()); in getSubjectPrincipal() 74 return notNull(name); in getX500Name() 80 return notNull(name); in getX500Name() 85 byte[] encoding = notNull(principal).getEncoded(); in getEncoded() 86 return notNull(encoding); in getEncoded() 89 private static byte[] notNull(byte[] encoding) in notNull() method in PrincipalUtils 98 private static TrustAnchor notNull(TrustAnchor trustAnchor) in notNull() method in PrincipalUtils [all …]
|
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 49 public static void notNull(Object arg, String argName) { in notNull() method in Assert 85 notNull(collection, argName); in notNullOrEmpty() 99 notNull(map, argName); in notNullOrEmpty() 113 notNull(array, argName); in notNullOrEmpty() 127 notNull(string, argName); in notNullOrEmpty()
|
/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 49 public static void notNull(Object arg, String argName) { in notNull() method in Assert 85 notNull(collection, argName); in notNullOrEmpty() 99 notNull(map, argName); in notNullOrEmpty() 113 notNull(array, argName); in notNullOrEmpty() 127 notNull(string, argName); in notNullOrEmpty()
|
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 49 public static void notNull(Object arg, String argName) { in notNull() method in Assert 85 notNull(collection, argName); in notNullOrEmpty() 99 notNull(map, argName); in notNullOrEmpty() 113 notNull(array, argName); in notNullOrEmpty() 127 notNull(string, argName); in notNullOrEmpty()
|
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 49 public static void notNull(Object arg, String argName) { in notNull() method in Assert 85 notNull(collection, argName); in notNullOrEmpty() 99 notNull(map, argName); in notNullOrEmpty() 113 notNull(array, argName); in notNullOrEmpty() 127 notNull(string, argName); in notNullOrEmpty()
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 49 public static void notNull(Object arg, String argName) { in notNull() method in Assert 85 notNull(collection, argName); in notNullOrEmpty() 99 notNull(map, argName); in notNullOrEmpty() 113 notNull(array, argName); in notNullOrEmpty() 127 notNull(string, argName); in notNullOrEmpty()
|
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 49 public static void notNull(Object arg, String argName) { in notNull() method in Assert 85 notNull(collection, argName); in notNullOrEmpty() 99 notNull(map, argName); in notNullOrEmpty() 113 notNull(array, argName); in notNullOrEmpty() 127 notNull(string, argName); in notNullOrEmpty()
|
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 49 public static void notNull(Object arg, String argName) { in notNull() method in Assert 85 notNull(collection, argName); in notNullOrEmpty() 99 notNull(map, argName); in notNullOrEmpty() 113 notNull(array, argName); in notNullOrEmpty() 127 notNull(string, argName); in notNullOrEmpty()
|
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 49 public static void notNull(Object arg, String argName) { in notNull() method in Assert 85 notNull(collection, argName); in notNullOrEmpty() 99 notNull(map, argName); in notNullOrEmpty() 113 notNull(array, argName); in notNullOrEmpty() 127 notNull(string, argName); in notNullOrEmpty()
|
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 49 public static void notNull(Object arg, String argName) { in notNull() method in Assert 85 notNull(collection, argName); in notNullOrEmpty() 99 notNull(map, argName); in notNullOrEmpty() 113 notNull(array, argName); in notNullOrEmpty() 127 notNull(string, argName); in notNullOrEmpty()
|
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 49 public static void notNull(Object arg, String argName) { in notNull() method in Assert 85 notNull(collection, argName); in notNullOrEmpty() 99 notNull(map, argName); in notNullOrEmpty() 113 notNull(array, argName); in notNullOrEmpty() 127 notNull(string, argName); in notNullOrEmpty()
|
/external/mockftpserver/tags/1.2.1/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 49 public static void notNull(Object arg, String argName) { in notNull() method in Assert 85 notNull(collection, argName); in notNullOrEmpty() 99 notNull(map, argName); in notNullOrEmpty() 113 notNull(array, argName); in notNullOrEmpty() 127 notNull(string, argName); in notNullOrEmpty()
|
/external/mockftpserver/tags/1.2/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 49 public static void notNull(Object arg, String argName) { in notNull() method in Assert 85 notNull(collection, argName); in notNullOrEmpty() 99 notNull(map, argName); in notNullOrEmpty() 113 notNull(array, argName); in notNullOrEmpty() 127 notNull(string, argName); in notNullOrEmpty()
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 49 public static void notNull(Object arg, String argName) { in notNull() method in Assert 85 notNull(collection, argName); in notNullOrEmpty() 99 notNull(map, argName); in notNullOrEmpty() 113 notNull(array, argName); in notNullOrEmpty() 127 notNull(string, argName); in notNullOrEmpty()
|
/external/mockftpserver/tags/1.2.4/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 49 public static void notNull(Object arg, String argName) { in notNull() method in Assert 85 notNull(collection, argName); in notNullOrEmpty() 99 notNull(map, argName); in notNullOrEmpty() 113 notNull(array, argName); in notNullOrEmpty() 127 notNull(string, argName); in notNullOrEmpty()
|
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 49 public static void notNull(Object arg, String argName) { in notNull() method in Assert 85 notNull(collection, argName); in notNullOrEmpty() 99 notNull(map, argName); in notNullOrEmpty() 113 notNull(array, argName); in notNullOrEmpty() 127 notNull(string, argName); in notNullOrEmpty()
|
/external/mockftpserver/tags/1.0/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 49 public static void notNull(Object arg, String argName) { in notNull() method in Assert 85 notNull(collection, argName); in notNullOrEmpty() 99 notNull(map, argName); in notNullOrEmpty() 113 notNull(array, argName); in notNullOrEmpty() 127 notNull(string, argName); in notNullOrEmpty()
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 49 public static void notNull(Object arg, String argName) { in notNull() method in Assert 85 notNull(collection, argName); in notNullOrEmpty() 99 notNull(map, argName); in notNullOrEmpty() 113 notNull(array, argName); in notNullOrEmpty() 127 notNull(string, argName); in notNullOrEmpty()
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 49 public static void notNull(Object arg, String argName) { in notNull() method in Assert 85 notNull(collection, argName); in notNullOrEmpty() 99 notNull(map, argName); in notNullOrEmpty() 113 notNull(array, argName); in notNullOrEmpty() 127 notNull(string, argName); in notNullOrEmpty()
|
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 49 public static void notNull(Object arg, String argName) { in notNull() method in Assert 85 notNull(collection, argName); in notNullOrEmpty() 99 notNull(map, argName); in notNullOrEmpty() 113 notNull(array, argName); in notNullOrEmpty() 127 notNull(string, argName); in notNullOrEmpty()
|
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 49 public static void notNull(Object arg, String argName) { in notNull() method in Assert 85 notNull(collection, argName); in notNullOrEmpty() 99 notNull(map, argName); in notNullOrEmpty() 113 notNull(array, argName); in notNullOrEmpty() 127 notNull(string, argName); in notNullOrEmpty()
|
/external/mockftpserver/tags/1.2.3/src/main/java/org/mockftpserver/core/util/ |
D | Assert.java | 49 public static void notNull(Object arg, String argName) { in notNull() method in Assert 85 notNull(collection, argName); in notNullOrEmpty() 99 notNull(map, argName); in notNullOrEmpty() 113 notNull(array, argName); in notNullOrEmpty() 127 notNull(string, argName); in notNullOrEmpty()
|
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 142 Assert.notNull(path, "path"); in delete() 160 Assert.notNull(path, "path"); in exists() 173 Assert.notNull(path, "path"); in isDirectory() 187 Assert.notNull(path, "path"); in isFile() 256 Assert.notNull(toPath, "toPath"); in rename() 257 Assert.notNull(fromPath, "fromPath"); in rename() 301 Assert.notNull(directoryListingFormatter, "directoryListingFormatter"); in formatDirectoryListing() 302 Assert.notNull(fileSystemEntry, "fileSystemEntry"); in formatDirectoryListing() 361 Assert.notNull(path, "path"); in getName() 485 Assert.notNull(path, "path"); in normalizedComponents() [all …]
|