- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for getAces (0.32 sec)
-
src/main/java/jcifs/dcerpc/msrpc/MsrpcShareGetInfo.java
if ( info502.security_descriptor != null ) { SecurityDescriptor sd; sd = new SecurityDescriptor(info502.security_descriptor, 0, info502.sd_size); return sd.getAces(); } return null; }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 1.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/dtyp/SecurityDescriptor.java
} /** * @return the type */ public final int getType () { return this.type; } /** * @return the aces */ public final ACE[] getAces () { return this.aces; } /** * @return the ownerGroupSid */ public final SID getOwnerGroupSid () { return this.ownerGroupSid; } /**
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 4.4K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
try ( SmbTreeHandleImpl th = ensureTreeConnected() ) { SecurityDescriptor desc = querySecurity(th, SecurityInfo.DACL_SECURITY_INFO); ACE[] aces = desc.getAces(); if ( aces != null ) { processAces(aces, resolveSids); } return aces; } } @Override
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu May 23 01:50:13 UTC 2024 - 82.3K bytes - Viewed (0) -
src/main/java/jcifs/util/Crypto.java
} /** * @param key * 7 or 8 byte DES key * @return DES cipher in encryption mode */ public static Cipher getDES ( byte[] key ) { if ( key.length == 7 ) { return getDES(des7to8(key)); } try { Cipher c = Cipher.getInstance("DES/ECB/NoPadding"); c.init(Cipher.ENCRYPT_MODE, new SecretKeySpec(key, "DES"));
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Aug 17 17:34:29 UTC 2021 - 5.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/NtlmUtil.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 12:07:20 UTC 2020 - 9.7K bytes - Viewed (0) -
test-site/activator-launch-1.3.2.jar
extends BundleCapability { private final java.util.Set uses; public void ExportPackage(String, org.apache.ivy.osgi.util.Version); public final void addUse(String); public final org.apache.ivy.osgi.util.Version getVersion(); public final java.util.Set getUses(); public final int hashCode(); public final boolean equals(Object); } org/apache/ivy/osgi/core/OsgiLatestStrategy$MridComparator.class package org.apache.ivy.osgi.core; final synchronized class OsgiLatestStrategy$MridComparator implements java.util.Comparator...
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Mon Apr 20 08:41:37 UTC 2015 - 1.2M bytes - Viewed (0)